home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
pcl
/
docs.lha
/
latexinfo
/
.login
< prev
next >
Wrap
Text File
|
1992-02-26
|
290b
|
12 lines
#!/bin/csh
# LaTeXinfo
setenv LATEXINFO /afs/cs/project/clisp/hackers/ram/docs/latexinfo
# Add the format files to the list of directories that LaTeX searches.
if ( $?TEXINPUTS ) then
setenv TEXINPUTS "$TEXINPUTS"':'"$LATEXINFO/styles"
else
setenv TEXINPUTS ".:$LATEXINFO/styles"
endif